home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGSCAL / ANIMATE.LZH / OKIGRAFX.DOC < prev    next >
Text File  |  1984-10-15  |  4KB  |  81 lines

  1.  
  2.  
  3.                                 OKIGRAPHICS
  4.  
  5.               A Graphics designer for the Okidata Microline 93
  6.                        (c) 1984 by Neil J. Rubenking
  7.  
  8.     ╔═════════════════════════════════════╦═════════════════════════════╗
  9.     ║  I release this program into the    ║                             ║
  10.     ║  public domain.  If you create a    ║  Neil J. Rubenking          ║
  11.     ║  particularly great design with     ║  300 Page Street            ║
  12.     ║  it, I would very much appreciate   ║  San Francisco, CA  94102   ║
  13.     ║  receivinging a copy (on disk)      ║                             ║
  14.     ╚═════════════════════════════════════╩═════════════════════════════╝
  15.  
  16.      With OKIGRAPHICS you can design a graphics pattern on-screen, dot by dot,
  17. and save it to a file or print it directly to the printer.  You can also
  18. retrieve such a file for further editing.  You can TYPE a file created by this
  19. program directly to your printer ("type (filename).OKI>prn"), so you may use
  20. it to create a title page for a report, and then print the title page from a
  21. batch file.
  22.  
  23.      OKIGRAPHICS is still rather rough-hewn.  It has no capacity for saving
  24. parts of images for later use, or even for copying an image to another part
  25. of its screen.  It is pretty much a dot-by-dot affair.  Also, because of the
  26. way it manipulates its huge array of potential dots, it is amazingly slow.
  27. (For programs of this size written in TURBO PASCAL, anything but an instant
  28. response is amazingly slow!).  Also, there is no I/O checking -- if you ask
  29. to retrieve a file that does not exists, you will CRASH.  All that aside, it
  30. does the job.
  31.  
  32.  
  33. OKIGRAPHICS COMMANDS
  34.  
  35.      OKIGRAPHICS shows a 42 row by 80 column window of dots at any time.
  36. This prints as a rectangle about 1/2" by 1 1/3".  You can move this window
  37. using <Ctrl> + left, right, PgUp, or PgDn.  The maximum up-and-down dimension
  38. of a "big picture" is 20 of these screens -- across, it's 8 screens.  Thus,
  39. if you have the patience, you can create an APA graphics design about 10"
  40. square.  <Ctrl>+ Home and End moves you to the top left or to the bottom
  41. right of the "big picture".
  42.  
  43.      The keypad arrows move in the direction you would expect, and the keypad
  44. "corners" move you diagonally.  If the Scroll Lock is on, moving around with
  45. the keypad leaves a trail of dots set.  (I always end up with one too many or
  46. too few!)
  47.  
  48.  
  49.      F1: set a dot
  50.      F2: erase a dot
  51.      F3: print--either to printer or to file
  52.      F4: retrieve file
  53.      F7: re-initialize (blank the "big picture")
  54.      F9: blank the current screen
  55.     F10: QUIT
  56.  
  57.  
  58. CURSOR MOVEMENT
  59.  
  60.                       ╔════════╦════════╦════════╗
  61.  <Ctrl> goes to top   ║ ┌───   ║  /^\   ║   ───┐ ║   <Ctrl> moves 1/2
  62.   left of picture     ║ │ \    ║   │    ║    / │ ║    screen up
  63.                       ║    \   ║   │    ║   /    ║
  64.                       ╠════════╬════════╬════════╣
  65.                       ║   /    ║        ║    \   ║
  66.  <Ctrl> moves 1/2     ║  <───  ║        ║  ───>  ║   <Ctrl> moves 1/2
  67.   screen left         ║   \    ║        ║    /   ║    screen right
  68.                       ╠════════╬════════╬════════╣
  69.                       ║    /   ║    │   ║   \    ║
  70.  <Ctrl> goes to       ║ │ /    ║    │   ║    \ │ ║   <Ctrl> moves 1/2
  71.   bottom right of     ║ └───   ║   \v/  ║   ───┘ ║    screen down
  72.   picture             ╚════════╩════════╩════════╝
  73.  
  74.  
  75.  
  76. SAMPLE OKIGRAFX FILES:
  77.  
  78.        "Anagram.OKI" and "Dict.OKI" print out the words "ANAGRAM" and
  79. "DICTIONARY" in letters about 1/2" high.
  80.  
  81.